ktor
Toggle table of contents
3.1.0
Select version
3.1.0
3.0.3
3.0.2
3.0.0
2.3.12
2.2.4
2.0.3
1.6.8
wasmJs
Platform filter
wasmJs
Switch theme
Search in API
ktor
ktor-client-core
/
io.ktor.client.fetch
/
[wasmJs]ReadableStream
Readable
Stream
wasmJs
external
interface
ReadableStream
<
R
:
JsAny
?
>
:
JsAny
Members
Properties
locked
Link copied to clipboard
wasmJs
abstract
var
locked
:
Boolean
Functions
cancel
Link copied to clipboard
wasmJs
abstract
fun
cancel
(
reason
:
JsAny
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
get
Reader
Link copied to clipboard
wasmJs
abstract
fun
getReader
(
)
:
ReadableStreamDefaultReader
<
R
>
abstract
fun
getReader
(
options
:
JsAny
?
)
:
ReadableStreamBYOBReader
pipe
To
Link copied to clipboard
wasmJs
abstract
fun
pipeTo
(
dest
:
WritableStream
<
R
>
,
options
:
PipeOptions
?
=
definedExternally
)
:
Promise
<
JsAny
?
>
tee
Link copied to clipboard
wasmJs
abstract
fun
tee
(
)
:
JsAny
?